![]() |
![]() |
![]() |
|
DRAW SPRITES LAST
This command change the order in which sprites are drawn to the screen.
DRAW SPRITES LAST
This command does not return a value.
By calling this command, all sprites will be drawn to the screen "after" any 3D is drawn. This will cause the sprites to appear over the top of any 3D being rendered. This is the default behaviour.
CLS RGB(255,0,0)
|